const internal/poll.mutexClosed
9 uses
internal/poll (current package)
fd_mutex.go#L26: mutexClosed = 1 << 0
fd_mutex.go#L56: if old&mutexClosed != 0 {
fd_mutex.go#L74: if old&mutexClosed != 0 {
fd_mutex.go#L78: new := (old | mutexClosed) + mutexRef
fd_mutex.go#L110: return new&(mutexClosed|mutexRefMask) == mutexClosed
fd_mutex.go#L133: if old&mutexClosed != 0 {
fd_mutex.go#L190: return new&(mutexClosed|mutexRefMask) == mutexClosed
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |